Hosting a Kicksecure Mirror
Instructions on how to set up a Kicksecure Download Mirror
New Mirrors[edit]
Currently not looking for mirrors.
Please post your contact information and/or website in the forums if you would like to offer a mirror in case in the future more mirrors are needed.
Old forum thread can be used: https://forums.whonix.org/t/looking-for-mirror-hosts-mirroring-instructions-updated/231/15
Requirements[edit]
Both, a Kicksecure mirror as well as a Whonix mirror will be required. This is because for simplicity there is only 1 list of mirrors which is shared in both wikis.
rsync from kicksecure.com[edit]
Overview[edit]
- Available over encrypted clearnet port
874
. (Default port byopenssl-rsync
.) - Available over encrypted clearnet port
1874
. (Default port by Debian ftpsync package,rsync-ssl-tunnel
script.) - Available over encrypted onion, port
873
. (rsync
default port.)
Security advice:
- Encrypted rsync is better.
- rsync over onion is best.
Commands below use for testing:
--dry-run
Therefore:
- Later for production you might wish to drop
--dry-run
and change the destination folder from~/kicksecure
to a folder of your choice such as/var/www/kicksecure
.
preparation[edit]
sudo apt install rsync
unencrypted rsync[edit]
Deprecated. Please use either,
- A) TLS encrypted rsync, or
- B) rsync over onion as documented below.
encrypted rsync over TLS[edit]
rsync-ssl --dry-run --recursive --delete --times --perms rsync://kicksecure.com/kicksecure ~/kicksecure
encrypted rsync over onion[edit]
Preparation.
sudo apt install torsocks rsync
rsync over onion from Kicksecure onion.
torsocks rsync --dry-run --recursive --delete --times --perms "rsync://w5j6stm77zs6652pgsij4awcjeel3eco7kvipheu6mtr623eyyehj4yd.onion/kicksecure" ~/kicksecure
Current Mirrors[edit]
- https://mirrors.dotsrc.org/kicksecure/ [permitted use exclusivity] [no traffic limit for now] [permitted to hotlink]
- https://quantum-mirror.hu/mirrors/pub/kicksecure [permitted use exclusivity] [no traffic limit for now] [permitted to hotlink] [1]
- https://ftp.icm.edu.pl/pub/Linux/dist/kicksecure/ [only updated daily for now] [could ask to update more frequently] [rsync-ssl broken] [2]
- https://mirrors.cicku.me/kicksecure/ [only updated weekly for now] [could ask to update more frequently]
- https://mirror.vulnseeker.org/pub/kicksecure/ [updated every hour]
Footnotes[edit]
- ↑ https://quantum-mirror.hu/web/status_en.html [stale, reported] quantum-mirror.hu (DNS round robin) super.quantum-mirror.hu 1000/350 Mb/s 78.131.56.189 nova.quantum-mirror.hu 1000/350 Mb/s 195.38.126.147 IPv4 only no FTP supports rsync
- ↑
- ftp://ftp.icm.edu.pl/pub/Linux/dist/kicksecure/
- rsync://ftp.icm.edu.pl/pub/Linux/dist/kicksecure/
- gopher://ftp.icm.edu.pl/1/pub/Linux/dist/kicksecure/
We believe security software like Kicksecure needs to remain Open Source and independent. Would you help sustain and grow the project? Learn more about our 12 year success story and maybe DONATE!